home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / dancad14.zip / INSTALL.BAT < prev   
DOS Batch File  |  1987-12-31  |  2KB  |  94 lines

  1. Echo Off
  2. REM Copyright (c) 1988 by DANIEL H. HUDGINS, All Rights Reserved
  3. REM For info write to: (send $1 to join the users group and get update notices)
  4. REM DANIEL H. HUDGINS, 466 DIAMOND ST., SAN FRANCISCO, CA  94114
  5. Cls
  6. Echo Ignore The Syntax Error(s)
  7. Echo .
  8.  
  9. if %1 == C goto DRIVE
  10. if %1 == c goto DRIVE
  11. if %1 == D goto DRIVE
  12. if %1 == d goto DRIVE
  13. if %1 == E goto DRIVE
  14. if %1 == e goto DRIVE
  15. if %1 == F goto DRIVE
  16. if %1 == f goto DRIVE
  17. if %1 == G goto DRIVE
  18. if %1 == g goto DRIVE
  19. if %1 == A goto DRIVE
  20. if %1 == a goto DRIVE
  21. if %1 == B goto DRIVE
  22. if %1 == b goto DRIVE
  23.  
  24. Cls
  25. Echo +----------------------------------------------------------------------------+
  26. Echo :                                                                            :
  27. Echo :              I  N  S  T  A  L  L     D  A  N  C  A  D    3  D              :
  28. Echo :                                                                            :
  29. Echo +----------------------------------------------------------------------------+
  30. Echo .
  31. Echo .
  32. Echo       Read DANCAD3D.DOC to change the video mode DANCAD3D will work on.
  33. Echo .
  34. Echo                  Enter A: if this disk is in your A: drive, or
  35. Echo                  Enter B: if this disk is in your B: drive.
  36. Echo .
  37. Echo                                     THEN...
  38. Echo .
  39. Echo            To install DANCAD3D on your HARDDISK drive C or D enter:
  40. Echo .
  41. Echo                            INSTALL C  or  INSTALL D
  42. Echo .
  43. Echo .
  44. GoTo FIN
  45.  
  46. :DRIVE
  47. Cls
  48. Echo Installing DANCAD 3D Version 2.x on Drive %1:...
  49. Echo .
  50. Echo ...
  51.  
  52. MD %1:\DC20
  53. Echo DANCAD3D v2.x will reside in sub-directory %1:\DC20...
  54. MD %1:\DC20\2D
  55. Echo ... .
  56. MD %1:\DC20\3D
  57. Echo ... ..
  58. MD %1:\DC20\ASCII
  59. Echo ... ...
  60. MD %1:\DC20\PIX
  61. Echo ... ... .
  62. MD %1:\DC20\ALIAS
  63. Echo ... ... ..
  64. MD %1:\DC20\MAC
  65. Echo ... ... ...
  66.  
  67. Cls
  68. Echo Copying The * FIRST * disk to your HARDDISK %1...
  69. Copy *.* %1:\DC20
  70.  
  71. Echo 
  72. Cls
  73. Echo     If you got the program on two disks put The  *  SECOND  *  disk  into  the 
  74. Echo floppy drive that you put the first disk into,  otherwise just leave the 720KB 
  75. Echo in the drive it is in and press [Any-Key].  
  76. Echo .  
  77. Echo ...  
  78. Pause 
  79.  
  80. Cls
  81. Echo Copying The * SECOND * disk to your HARDDISK %1...
  82. Echo .
  83. Echo .
  84. Copy *.* %1:\DC20
  85.  
  86. Cd %1:\DC20
  87. %1:
  88. Cls
  89.  
  90. README.BAT
  91.  
  92. :FIN
  93. REM End of free distribution INSTALL.BAT file.
  94.